home *** CD-ROM | disk | FTP | other *** search
- Path: news.dal.ca!news
- From: keichele@ac.dal.ca (Klaus Eichele)
- Newsgroups: comp.lang.c++
- Subject: Re: HELP!! with Borland 4.5 for windows
- Date: Sun, 31 Mar 1996 05:27:07 GMT
- Organization: Dalhousie University
- Message-ID: <4jkn1c$rbm@News.Dal.Ca>
- References: <4jk6ae$ioj@sphinx.Gsu.EDU>
- NNTP-Posting-Host: rewasylishen.chem.dal.ca
- X-Newsreader: Forte Free Agent 1.0.82
-
- gs01lmh@panther.Gsu.EDU (Louis Miller Hall) wrote:
-
- >I am having a problem linking basic EasyWin programs that I used to be
- >able to link easily. I create a project by choosing "New Project" then
- >choose EasyWin in the Advanced Box I uncheck .def and .rc and go from
- >there. I write my EasyWin .cpp program which compiles, but when I click
- >the lightning bolt I get the following error:
-
- >Linker Fatal: Unable to open file 'cOwl.obj'
-
- >even though my project looks like this:
-
- >date[.exe]
- > date[.cpp] code size = 106 lines = 13 data = 11
-
- >these are the only files I have yet the compiler is still trying to link
- >the Owl file!!
-
- >Any ideas out there, I would truly appreciate any help and give my thanks
- >in advance.
-
- Hi,
- I am not sure, but I think the cOwl.obj has nothing to do with Owl,
- rather, the '0' is a zero and this file contains object code required
- for Windows programs using the large memory model. If you have
- installed the large memory model, you should find it in the bc45\lib
- directory. If it's not there, than that's your problem.
- If it's there, some of the paths in your project might not be set
- properly. Make sure that in the 'Project Options' the
- Directory|Library has the path to the place where c0wl.obj lives.
-
- Good Luck,
- Klaus
- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- Klaus Eichele keichele@is.dal.ca
- http://is.dal.ca/~keichele/keichele.html
-
-